home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 12 / Amiga Plus Sonderheft Amiga 12.iso / rexx / wakeplayer.rexx < prev   
OS/2 REXX Batch file  |  1996-03-03  |  854b  |  24 lines

  1. /* Menus & More Wakeup Script for use with ARexx             */
  2. /*                                                           */
  3. /* $VER: WakePlayer.rexx 1.00 (03.03.96) by Axel Sodtalbers  */
  4. /*                                                           */
  5. /* PURPOSE: Bring MMPlayer in sight again after              */
  6. /*          the command 'Sleep' (or 'Iconify')               */
  7. /*          has been sent to it's ARexx port...              */
  8. /*                                                           */
  9. /* 1.00 (03.03.96)  first release                            */
  10. /*                                                           */
  11. /*                                                           */
  12. /*                                                           */
  13.  
  14. OPTIONS RESULTS
  15.  
  16. IF SHOW('P', 'MMPlayer') THEN
  17.    ADDRESS "MMPlayer"
  18.  
  19. 'Wake'
  20. exit
  21.  
  22.  
  23.  
  24.